Welcome![Sign In][Sign Up]
Location:
Search - lua c

Search list

[OS Developlua(vc版)效率最高的c虚拟机

Description:

lua windows vc 工程加源代码,学习虚拟机很好的源代码


Platform: | Size: 1584933 | Author: wwh_zg | Hits:

[ELanguagelua-5.0.2.tar

Description: Lua 语言解释器源码,可在linux,windows,unix下编译成功,是学习编译原理和用来做配置文件的好-Lua language interpreter source code, may in linux, windows, under unix translate successfully east, is studies the translation principle and uses for to make the disposition document to be good east
Platform: | Size: 190464 | Author: 周大塖 | Hits:

[Browser Clientlinks-lua-0[1].96-p11.tar

Description: 一个很好用的网络浏览器源程序,用C语言编写的德-a good use of the Internet browser source code, C language prepared by Germany
Platform: | Size: 514048 | Author: 常葳 | Hits:

[Game EngineLUA

Description: LUA,自己写的脚本读取、分析程序。风格不是太好。-LUA, write their own scripts to read, analyze procedures. Not a very good style.
Platform: | Size: 18432 | Author: 王祎 | Hits:

[Game Hook Crackluaplustest

Description: LUA脚本扩展实现源码,LuaWapper 使用实例-LUA script source realize the expansion, LuaWapper use case
Platform: | Size: 58368 | Author: hzlinus | Hits:

[ELanguageluaavg

Description: lua的简单使用示例,编译时需要添加lua.lib到项目中-lua simple to use examples, compile-time lua.lib need to add to the project
Platform: | Size: 1024 | Author: sunzhuo | Hits:

[Windows Developluatest

Description: Lua游戏脚本,现在很多的公司都用着一种,这里仅是简单的说明lua与c++的使用-Lua game scripts, many companies have used a, where only a simple description of lua and c++ Use
Platform: | Size: 56320 | Author: 王方石 | Hits:

[OtherLua-5

Description: Lua 是一个扩展式程序设计语言,它被设计成支持通用的过程式编程,并有相关数据描述的设施。 Lua 也能对面向对象编程,函数式编程,数据驱动式编程提供很好的支持。它可以作为一个强大、轻量的脚本语言,供任何需要的程序使用。 Lua 以一个用 clean C 写成的库形式提供。(所谓 Clean C ,指的 ANSI C 和 C++ 中共通的一个子集) 作为一个扩展式语言,Lua 没有 "main" 程序的概念:它只能 嵌入 一个宿主程序中工作,这个宿主程序被称作 embedding program 或简称为 host 。宿主程序可以通过调用函数执行一小段 Lua 代码,可以读写 Lua 变量,可以注入 C 函数让 Lua 代码调用。这些扩展的 C 函数,可以大大的扩展了 Lua 可以处理事务的领域,这样就可以订制出各种语言,而它们共享一个统一的句法格式的框架。 Lua 的官方发布版就包含了一个叫做 lua 的简单的宿主程序,它用 Lua 库提供了一个保证独立的 Lua 解释器。 Lua 是一个自由软件,它的使用许可决定了对它的使用过程一般没有任何保证。这份手册中描述的东西的实现,可以在 Lua 的官方网站 www.lua.org 找到 -err
Platform: | Size: 108544 | Author: yunjianzhang | Hits:

[Otherlua

Description: c调用lua语言....脚本-c call lua scripting language ....
Platform: | Size: 837632 | Author: 啊K | Hits:

[ELanguagelua-5.1manual(chinese)

Description: lua的速查中文手册,由c程序员开发的,和c结合最紧密的教本。参见www.lua.org-lua s Info Chinese manual, developed by the c programmers, and c combined with the most closely textbooks. See www.lua.org
Platform: | Size: 199680 | Author: linxi | Hits:

[ELanguagelua-5.1.2CE

Description: Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs based on associative arrays and extensible semantics. Lua is dynamically typed, runs by interpreting bytecode for a register-based virtual machine, and has automatic memory management with incremental garbage collection, making it ideal for configuration, scripting, and rapid prototyping. -Lua is a fast language engine with small footprint that you can embed easily into your application. Lua has a simple and well documented API that allows strong integration with code written in other languages. It is easy to extend Lua with libraries written in other languages. It is also easy to extend programs written in other languages with Lua. Lua has been used to extend programs written not only in C and C++, but also in Java, C#, Smalltalk, Fortran, Ada, and even in other scripting languages, such as Perl and Ruby.
Platform: | Size: 1725440 | Author: xuyong | Hits:

[ELanguagelua5_1_3_Sources

Description: LUA programming language implementation (source code)
Platform: | Size: 204800 | Author: asat232 | Hits:

[OtherLua(chinese)

Description: programming in LUA的中文版本,是入门好书,通俗易懂-programming in LUA for the Chinese version is the entry-book, user-friendly
Platform: | Size: 1349632 | Author: 荣昊亮 | Hits:

[Windows DevelopLuaHelper

Description: Lua的CHM帮助文档,包括中文手册、C++的程序设计等-Lua of CHM help files, including Chinese Manual, C++ and other programming
Platform: | Size: 468992 | Author: xinwangzi | Hits:

[OtherLua

Description: Lua程序设计指导和lua中英文手册(chm版本)-Lua programming guide and lua in Chinese and English manual (chm version)
Platform: | Size: 802816 | Author: victor | Hits:

[OS programLuaCombineVc

Description: Lua语言以其卓越的可扩展性、简单、高效率和与平台无关性在游戏领域得到广泛应用。今天花了一些时间学习VC和Lua如何混合开发,编写了一个小例程,和大家分享一下这方面的经验。-Lua language for its excellent scalability, simple, efficient and platform-independent nature of the field has been widely used in the game. Spent some time today learning how to mix VC and Lua Development, wrote a small routine, and we share this experience.
Platform: | Size: 3317760 | Author: 朱小明 | Hits:

[Game ProgramLuaManagerTest

Description: LUA脚本的C++版本管理器,封装了一个简单的管理器,可以清晰了解LUA与C++的交互。-LUA script, C++ version of the Manager, a simple package manager, you can clearly understand the LUA and the C++ interaction.
Platform: | Size: 149504 | Author: 尹晓飞 | Hits:

[VC/MFCLua

Description: lua脚本编程,对新学LUA很有帮助,本资料已翻译成中文-lua jiao ben bian cheng
Platform: | Size: 448512 | Author: huo | Hits:

[VC/MFCC-programmers-Lua-Quick-Start

Description: C和C++程序员的Lua快速入门,给想学习LUA的C程序员更多的方便!简单的介绍了C和LUA脚本语法上的一些共同特性。-C and C++ programmers Lua Quick Start, to the LUA in C programmers want to learn more convenient! A brief introduction of the C and LUA scripting syntax of some common characteristics.
Platform: | Size: 185344 | Author: T程序员 | Hits:

[Windows Developlua-5.3.4_Win64_bin

Description: lua的windows开发编译环境,适用于开发lua的程序员(Lua's windows development and compilation environment)
Platform: | Size: 337920 | Author: cloud1256 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net